home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
726-750
/
732
/
rtracker
/
rtload.script
< prev
next >
Wrap
AmigaDOS Script File
|
1995-03-18
|
1KB
|
26 lines
.key path
; RTInterface script to autoload some modules
; path is the current default path in RTPrefs.
; WARNING: Make sure you handle all cases where the file name has
; a space in it! (Such as "The File Name"). Either don't
; use spaces in your file name, or use quotes.
; Load RTracker
"<path>RTracker"
;Load RTracker from the current default path.
;DO NOT try to run programs that don't
;release the CLI; the program will lock.
;Instead, use >NIL: <NIL:, which will
;force the program to release the CLI.
;Also, if you haven't redirected your
;progs to NIL:, then if the program
;doesn't exit before RTInterface quits,
;it may hang around.